datatables clear table

148

datatables clear table -

const table = $("#yourTable").DataTable();

table.clear().draw(); // make sure to call draw() to see the table empty

Comments

Submit
0 Comments